Skip to content

Update ghostscript properties from release Ghostscript-2026.1.15#48

Merged
N6REJ merged 1 commit intomainfrom
update-ghostscript-Ghostscript-2026.1.15
Jan 16, 2026
Merged

Update ghostscript properties from release Ghostscript-2026.1.15#48
N6REJ merged 1 commit intomainfrom
update-ghostscript-Ghostscript-2026.1.15

Conversation

@N6REJ
Copy link
Collaborator

@N6REJ N6REJ commented Jan 16, 2026

User description

🤖 Automated Module Properties Update

This PR updates the ghostscript.properties file with new versions from release Ghostscript-2026.1.15.

Changes:

  • Extracted assets starting with ghostscript (.7z, .exe, or .zip files)
  • Added version entries with download URLs
  • Maintained semver ordering (newest first)

Release URL: https://github.com/Bearsampp/modules-untouched/releases/tag/Ghostscript-2026.1.15

Next Steps:

  1. ⏳ Link validation will run automatically
  2. ✅ Once validation passes, this PR will auto-merge
  3. ❌ If validation fails, please review and fix invalid URLs

PR Type

Enhancement


Description

  • Add Ghostscript version 10.06.0 from release Ghostscript-2026.1.15

  • Reorganize version entries in descending semver order

  • Update module reference from composer to ghostscript


Diagram Walkthrough

flowchart LR
  A["ghostscript.properties"] -->|Add version| B["10.06.0 entry"]
  A -->|Reorder versions| C["Descending semver order"]
  D["module_name.txt"] -->|Update reference| E["ghostscript module"]
Loading

File Walkthrough

Relevant files
Configuration changes
module_name.txt
Update module name reference                                                         

module_name.txt

  • Changed module reference from composer to ghostscript
+1/-1     
Enhancement
ghostscript.properties
Add 10.06.0 and reorder versions                                                 

modules/ghostscript.properties

  • Added new version 10.06.0 with download URL from Ghostscript-2026.1.15
    release
  • Reorganized all version entries in descending semver order (newest
    first)
  • Maintained all existing version entries with their original URLs
+9/-8     

Auto-generated from release Ghostscript-2026.1.15
@N6REJ N6REJ merged commit 9d10af2 into main Jan 16, 2026
3 checks passed
@qodo-code-review
Copy link

PR Compliance Guide 🔍

Below is a summary of compliance checks for this PR:

Security Compliance
Supply chain risk

Description: The PR adds/updates direct download URLs for prebuilt Ghostscript binaries from GitHub
releases without any accompanying integrity verification (e.g., pinned SHA-256), which
creates a supply-chain risk if the release asset or repository is compromised and a
malicious binary is served.
ghostscript.properties [1-10]

Referred Code
10.06.0 = https://github.com/Bearsampp/modules-untouched/releases/download/Ghostscript-2026.1.15/gs10060w64.7z
10.05.1 = https://github.com/Bearsampp/modules-untouched/releases/download/Ghostscript-10051/gs10051w64.7z
10.05.0 = https://github.com/Bearsampp/modules-untouched/releases/download/ghostscript-2025.4.26/gs10050w64.7z
10.04.0 = https://github.com/Bearsampp/modules-untouched/releases/download/ghostscript-2024.10.31/gs10040w64.7z
10.03.1 = https://github.com/Bearsampp/modules-untouched/releases/download/ghostscript-2024.6.18/gs10031w64.7z
10.03.0 = https://github.com/Bearsampp/modules-untouched/releases/download/ghostscript-2024.4.14/gs10030w64.7z
10.02.0 = https://github.com/Bearsampp/modules-untouched/releases/download/ghostscript-2023.10.1/gs10020w64.7z
10.0 = https://github.com/Bearsampp/modules-untouched/releases/download/2022.12.03/gs1000w64.7z
9.56.1 = https://github.com/Bearsampp/modules-untouched/releases/download/ghostscript-2022.07.10/gs9561w32.7z
9.22 = https://github.com/bearsampp/modules-untouched/releases/download/ghostscript-r2/gs922w32.7z
Ticket Compliance
🎫 No ticket provided
  • Create ticket/issue
Codebase Duplication Compliance
Codebase context is not defined

Follow the guide to enable codebase context checks.

Custom Compliance
🟢
Generic: Comprehensive Audit Trails

Objective: To create a detailed and reliable record of critical system actions for security analysis
and compliance.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Meaningful Naming and Self-Documenting Code

Objective: Ensure all identifiers clearly express their purpose and intent, making code
self-documenting

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Robust Error Handling and Edge Case Management

Objective: Ensure comprehensive error handling that provides meaningful context and graceful
degradation

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Error Handling

Objective: To prevent the leakage of sensitive system information through error messages while
providing sufficient detail for internal debugging.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Secure Logging Practices

Objective: To ensure logs are useful for debugging and auditing without exposing sensitive
information like PII, PHI, or cardholder data.

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Generic: Security-First Input Validation and Data Handling

Objective: Ensure all data inputs are validated, sanitized, and handled securely to prevent
vulnerabilities

Status: Passed

Learn more about managing compliance generic rules or creating your own custom rules

Compliance status legend 🟢 - Fully Compliant
🟡 - Partial Compliant
🔴 - Not Compliant
⚪ - Requires Further Human Verification
🏷️ - Compliance label

@qodo-code-review
Copy link

PR Code Suggestions ✨

Explore these optional code suggestions:

CategorySuggestion                                                                                                                                    Impact
General
Enforce full semver formatting

Change the version 10.0 to 10.0.0 to follow a consistent three-segment semantic
versioning format like other entries.

modules/ghostscript.properties [8]

-10.0 = https://github.com/Bearsampp/modules-untouched/releases/download/2022.12.03/gs1000w64.7z
+10.0.0 = https://github.com/Bearsampp/modules-untouched/releases/download/2022.12.03/gs1000w64.7z
  • Apply / Chat
Suggestion importance[1-10]: 3

__

Why: The suggestion correctly points out an inconsistency in version formatting, and applying it would improve adherence to semantic versioning standards.

Low
  • More

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant